(syms_of_xselect): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:05:12 +0000 (09:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:05:12 +0000 (09:05 +0000)
src/xselect.c

index cbef1ad3aa0df8a6921e8b8370035f8962b0601f..07a61ca2de3b2a013fea6ab73894f501ff1f7f89 100644 (file)
@@ -2403,8 +2403,8 @@ The default value is `compound-text-with-extensions'.  */);
   DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
               doc: /* Coding system for the next communication with other X clients.
 Usually, `selection-coding-system' is used for communicating with
-other X clients.   But, if this variable is set, it is used for the
-next communication only.   After the communication, this variable is
+other X clients.  But, if this variable is set, it is used for the
+next communication only.  After the communication, this variable is
 set to nil.  */);
   Vnext_selection_coding_system = Qnil;